home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / ActiveImageEx1.wo / ActiveImageEx1.wod < prev    next >
Encoding:
Text File  |  1996-03-08  |  351 b   |  12 lines

  1. // Navigation bar at top of page
  2. NAVLISTEXAMPLE: NavListExample {}; 
  3.  
  4. // The example
  5. BUTTONBAR: WOActiveImage{src="../Images/ButtonBar.gif"; 
  6. action = defaultAction; x = xValue; y = yValue; imageMapFile = "Image.map";};    
  7.  
  8.  
  9. // The component that lets you view the source code of the example
  10. SHOWSOURCE: CodeViewer {componentName = "ActiveImageEx1"}; 
  11.  
  12.